Inheritence

Summary

A resource generator targetting a specific type

Properties

UseMemoryCache If true then the generation will avoid creating duplicate resources by checking hash codes of previously generated resources and re-using them if possible.

Methods

AddToCache
Create Create the resource blocking
CreateAsync Create the resource asyncronously
FindCached Find a previously created of this resource
FindOrCreate If we generated this before, then find the current cache'd value. If not, then generate a new one.
FindOrCreateAsync If we generated this before, then find the current cache'd value. If not, then generate a new one.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.